home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / export / outbound / outbound.pipl < prev    next >
Encoding:
Text File  |  1996-10-09  |  2.3 KB  |  126 lines

  1. #define RSCL32(a,b,c,d)        0x ## c ## d, 0x ## a ## b
  2. #define RSCS32(a)        a, 0x0
  3.  
  4. STRINGTABLE    DISCARDABLE
  5. BEGIN
  6.     16990,
  7.     "An integer is required between ^1 and ^2."
  8. END
  9.  
  10. STRINGTABLE    DISCARDABLE
  11. BEGIN
  12.     16991,
  13.     "A decimal number is required between ^1 and ^2."
  14. END
  15.  
  16. STRINGTABLE    DISCARDABLE
  17. BEGIN
  18.     16992,
  19.     "This plug-in requires Adobe Photoshop« ^1 or later functionality."
  20. END
  21.  
  22. STRINGTABLE    DISCARDABLE
  23. BEGIN
  24.     16993,
  25.     "This plug-in is incompatible with this version of the host program."
  26. END
  27.  
  28. STRINGTABLE    DISCARDABLE
  29. BEGIN
  30.     16001,
  31.     "Outbound"
  32. END
  33.  
  34. 16000  PiPL  DISCARDABLE
  35. BEGIN
  36.     0x0001,     /* Must always be the first Byte */
  37.     RSCS32(0),     /* kCurrentPiPLVersion */
  38.     RSCS32(  7), /* Property Count */
  39.     "MIB8",
  40.     "dnik", /* 'kind' PIKindProperty*/
  41.     RSCS32(0),
  42.     RSCS32(4),
  43.     "MEB8",
  44.  
  45.     "MIB8",
  46.     "eman",/* 'name' PINameProperty */
  47.     RSCS32(0),
  48.     RSCS32(12),
  49.     "\x0BOutbound...", 
  50.  
  51.     "MIB8",
  52.     "srev", /* 'vers' PIVersionProperty */
  53.     RSCS32(0),
  54.     RSCS32(4),
  55.     0, 4, 
  56.  
  57.     "MIB8",
  58.     "68xw", /* 'wx86' PIWin32X86CodeProperty */
  59.     RSCS32(0),
  60.     RSCS32(12),
  61.     "ENTRYPOINT\0\0", 
  62.  
  63.     "MIB8",
  64.     "mtsh", /* 'hstm' PITerminology */
  65.     RSCS32(0),
  66.     RSCS32(20),
  67.     RSCS32(0), /* version */
  68.     "Btuo", /* classID */
  69.     "llun", /* eventID */
  70.     16000, /* Terminology ID */
  71.     "\0\0\0\0\0\0", /* Unique string */
  72.  
  73.     "MIB8",
  74.     "edom", /* 'mode' PIImageModesProperty */
  75.     RSCS32(0),
  76.     RSCS32(4),
  77.     "\x7F\xC0\0\0",
  78.  
  79.     "MIB8",
  80.     "lbne", /* 'enbl' EnableInfoProperty */
  81.     RSCS32(0),
  82.     RSCS32(132),
  83.     "in (PSHOP_ImageMode, GrayScaleMode, IndexedColorMode,RGBMode, CMYKMode, HSLMode, HSBMode, MultichannelMode,DuotoneMode, LABMode)\0\0\0\0", 
  84.  
  85. END
  86.  
  87. STRINGTABLE    DISCARDABLE
  88. BEGIN
  89.     16000,
  90.     "Outbound\n\nVersion 4.0\nCopyright ⌐ 1992-6, Adobe Systems Incorporated.\nAll rights reserved.\n\nAn example plug-in export module for Adobe Photoshop«."
  91. END
  92.  
  93. 16000    aete    DISCARDABLE
  94. BEGIN
  95.     0x0001,
  96.     1,/* majorVersion|minorVersion */
  97.     0,/* language */
  98.     0,/* script */
  99.         1,/* SuiteCount */
  100.     "\10","AdobeSDK",
  101.     "\26","Adobe example plug-ins",
  102.     1935952693L,
  103.     1,
  104.     1,
  105.         0,/* EventCount */
  106.         1,
  107.     "\21","AdobeSDK outbound",
  108.     1869968450L,
  109.     "\20","outbound plug-in",
  110.         2,
  111.     "\15","<Inheritance>",
  112.     1665147742L,
  113.     1165521010L,
  114.     "\23","parent class export",
  115.     0,
  116.     "\2","in",
  117.     1231953952L,
  118.     1349806112L,
  119.     "\11","file path",
  120.     0,
  121.         0,
  122.     0
  123.         0,
  124. END
  125.  
  126.